Welcome![Sign In][Sign Up]
Location:
Search - c select

Search list

[Internet-NetworkSocket

Description: tcp通讯源码,适用于Unix/Linux平台,采用c语言编写-tcp communications source code, applicable to Unix/Linux platforms, using language c
Platform: | Size: 9216 | Author: lenin | Hits:

[.netwnAccessControl

Description: 自做的c#控件,适用于winform的文件选择按钮,类似于web的文件上传控件,在windows状态下有的时候需要用户指定一个文件,比如单机版的winform程序初始化的时候需要用户指定Access数据库文件等,很实用的。-Since to do the c# Control, applied to WinForm document select button, similar to web file upload control, a state in the windows sometimes requires a user to specify a file, such as stand-alone version of the WinForm initialization procedure when the need user-specified Access database files and so on, very practical.
Platform: | Size: 4096 | Author: 王能 | Hits:

[AI-NN-PRCart

Description: 实现决策树分类训练试验。 源自c4.5,在windows下用C++实现,简洁好用。用户只需要构建好特征说明文件,并选择一些参数既可以进行试验。-Realize decision tree classifier trained pilot. From c4.5, in windows using C++ Realize, concise easy to use. Users only need to build a good feature of the documentation, and select some of the parameters can be tested.
Platform: | Size: 139264 | Author: 胡伟湘 | Hits:

[Otherc

Description: 模式识别 均值 该方法取定C个类别和选取C个初始聚类中心,按最小距离原则将各模式分配到C类中的某一类,之后不断地计算类心和调整各模式的类别,最终使各模式到其判属类别中心的距离平方之和最小。-Pattern Recognition mean the Methods set C categories and select the C of the initial cluster centers, according to the principle of minimum distance between each pattern assigned to a class C category, followed by constantly calculating the type of heart and adjust the model category, ultimately enable the model to its sub category is the square of the distance between centers and the smallest.
Platform: | Size: 279552 | Author: tengfang | Hits:

[ApplicationsVc

Description: 一个VC写的直接读取MIF文件的GIS系统,具有放大、缩小、漫游、选择等功能,满足基本GIS功能和需求,代码注释完善,可以做为开发gis的基本上原型。-VC to write a direct read MIF files GIS systems, has enlarged, reduced, roaming, select and other functions to meet their basic GIS functionality and the demand for the Notes perfect code can be developed as a prototype basically gis.
Platform: | Size: 2113536 | Author: erichuang | Hits:

[.netComboBox

Description: 在用C#编写Windows程序时经常使用ComboBox控件,但此控件列表项只有text属性,与HTML中SELECT控件很不一样,使用很不方便,此代码就可以为ComboBox控件添加value属性!-With C# Preparation Windows programs often use ComboBox controls, but this controls only the list item text attributes, and HTML controls are very different in SELECT, the use of very inconvenient, this code can add the value attribute ComboBox control!
Platform: | Size: 26624 | Author: 王风 | Hits:

[File FormatC++

Description: 实现一个个人银行帐户程序。当程序开始运行时,用户输入姓名和帐户的初始金额,程序在屏幕上显示一个如下形式的选单,要求用户选择一个选项:-The realization of a personal bank account procedures. When the program began running, the user input the name and account of the initial amount, the program displayed on the screen follows the form of a menu that requires a user to select an option:
Platform: | Size: 30720 | Author: gavin | Hits:

[Internet-NetworkEvenSelect

Description: C++ Socket的select模型的应用实例 C++ Socket的select模型的应用实例-C++ Socket of the application of select model C++ Socket of the application of select models
Platform: | Size: 14336 | Author: 方老 | Hits:

[TCP/IP stackTcpClient

Description: socket客户端代码,可以从web服务器取文件,并且使用了select高级方法-socket client-side code, you can access files from the web server, and the use of select high-level methods
Platform: | Size: 2048 | Author: leo | Hits:

[Special EffectsopenSNR

Description: 一种超分辨率处理测试程序。用于测试超分辨率算法的效率。打开一幅图像,选择降质,之后清晰的图像会变为多幅模糊图像。选择算法重建后模糊图像会经过处理变清晰。与原始图像比较后的效能参数将显示在右边。-A super-resolution to deal with test procedures. For testing the efficiency of super-resolution algorithm. Open an image, select the lower quality, clear image after the number will be reduced to a blurred image. Selection Algorithm for reconstruction after the blurred image will be processed clearly changed. After comparing the original image and the performance parameters will be displayed on the right.
Platform: | Size: 7848960 | Author: Justin Y | Hits:

[AlgorithmSELECT

Description: 选择第k小的元素,c语言 partition 要好好看看 理解函数意思 -Choose the first k elements of the small, c language partition function should be a good look at to understand the meaning of
Platform: | Size: 32768 | Author: navylq | Hits:

[CSharpEditor

Description: 模仿Windows中的记事本和写字板的功能,完成以下功能: 文件:(新建、打开、保存、退出) 编辑:(复制、剪切、粘贴、全选) 格式:(自动换行、字体、颜色),格式的设置功能要区分是设置当前块的格式还是设置所有内容的格式; 界面设计时应有工具栏,弹出菜单,状态栏等功能-Imitation of Windows Notepad and WordPad function, complete the following features: documents: (new, open, save, exit) Editing: (copy, cut, paste, select all) format: (automatically wrap, font, color ), the format setting is set to distinguish between the current block format or set up all the contents of the format interface design should have a toolbar, pop-up menu, status bar and other functions
Platform: | Size: 60416 | Author: Eean | Hits:

[OtherwinSocketTestApp

Description: WinSock Win32 API 的打包类和例子程序 < WinSock > winSocket/winSocketEx: 如果你正在Windows环境中用C++编写TCP/IP网络程序,那么使用这个打包类吧,我想它不会让你失望的。winSocket几乎封装了编写TCP/IP网络应用程序所需的所有内容,winSocketEx加入了对SOCKS 4/5代理服务器的支持。使得在自己的程序中加入代理支持易如反掌。这个打包类支持的特性包括:Connect、Send、Receive、Close、Listen、Bind、Accept、asyncSelect、get_LocalHost、get_LocalPort、get_RemoteHost、get_RemotePort等等。 [代码性质] VC可重用代码段 [代码作者] ryan [文件大小] 53K 声明:转自其他网站 -WinSock Win32 API categories and examples of the packing process <WinSock> winSocket/winSocketEx: If you are using Windows environment C++ Prepared TCP/IP network program, then use this type of packing, I think it will not let you disappointed . WinSocket almost encapsulates the preparation of TCP/IP network applications all the necessary elements, winSocketEx adding a SOCKS 4/5 proxy server support. Making procedures in their own easy to add agent support. This type of support package features include: Connect, Send, Receive, Close, Listen, Bind, Accept, asyncSelect, get_LocalHost, get_LocalPort, get_RemoteHost, get_RemotePort and so on. [Character code] VC reusable code segment [code author] ryan [size] 53K statement: Transfer from other sites
Platform: | Size: 43008 | Author: 邓影 | Hits:

[Linux-Unixgps

Description: linux下select方式接受并解析NMEA协议gps信息,解析GGA、RMC语句,可以定位经纬度、时间、日期、星数等信息。-select the way under linux to accept and resolve NMEA protocol gps information, analytical GGA, RMC statement can be positioning latitude and longitude, time, date, number of stars and other information.
Platform: | Size: 3072 | Author: tangxg | Hits:

[Windows CECEWifiDriverAR6000-21374

Description: Atheros无线芯片AR-6000系列wince 6驱动源代码(这东西我也没用过别问我,我是搜别的wince资源搜到的) AR6K SDIO support. Requires firmware 1.1 on SD13 cards. readme: Atheros Communications AR6001 WLAN Driver for SDIO installation Read Me March 26,2007 (based on k14 fw1.1) Windows CE Embedded CE 6.0 driver installation. 1. Unzip the installation file onto your system (called installation directory below) 2. Create an OS design or open an existing OS design in Platform Builder 6.0. a. The OS must support the SD bus driver and have an SD Host Controller driver (add these from Catalog Items). b. Run image size should be set to allow greater than 32MB. 3. a. From the Project menu select Add Existing Subproject... b. select AR6K_DRV.pbxml c. select open This should create a subproject within your OS Design project for the AR6K_DRV driver. 4. Build the solution. 转自Tony嵌入式,原文地址:http://www.cevx.com/bbs/dispbbs.asp?boardID=4&ID=11762&page=1-Atheros wireless chips AR-6000 series of wince 6 driver source code (which is something I did not used Do not ask me, I found other resources found wince to) AR6K SDIO support. Requires firmware 1.1 on SD13 cards. Readme: Atheros CommunicationsAR6001 WLAN Driver for SDIO installation Read MeMarch 26,2007 (based on k14 fw1.1) Windows CE Embedded CE 6.0 driver installation.1. Unzip the installation file onto your system (called installation directory below) 2. Create an OS design or open an existing OS design in Platform Builder 6.0. a. The OS must support the SD bus driver and have an SD Host Controller driver (add these from Catalog Items). b. Run image size should be set to allow greater than 32MB. 3. a . From the Project menu select Add Existing Subproject ... b. select AR6K_DRV.pbxmlc. select openThis should create a subproject within your OS Design project for the AR6K_DRV driver.4. Build the solution. Transfer from Tony embedded, the original address: http://www.cevx.com/bbs/dispbbs.asp?boardID=4
Platform: | Size: 533504 | Author: | Hits:

[ERP-EIP-OA-Portalinformation-management-system(C)

Description: 企业信息文档管理系统 一个可以用于企业内部的文档资料管理的系统平台,利用TreeView控件进行树控制 有类别管理、文档管理、添加文档、浏览文档、附件管理、角色管理、添加角色、用户管理功能模块。 操作过程中: 1:选择上下移动按钮可以改变角色的排列顺序; 2:选择"pen"型按钮可以修改你所选的角色,并在下面的文本框中填写修改后的角色名称; 3:选择"X"型按钮可以删除你所选的角色。-Enterprise Information Document Management System can be used in an internal document data management system platform, using tree controls TreeView control category management, document management, add files, browse documents, Attachment Manager, the role of management, add the role, the user management functions module. Operation: 1: Select button to move up or down to change the role of the order 2: Select pen-type button you can modify the selected roles, as well as in the text box below to fill the role of the revised name 3: Select X-type button to delete your chosen role.
Platform: | Size: 674816 | Author: 刘清 | Hits:

[GUI Developstartmenuxp4

Description: windows开始菜单风格,可以选择多个风格,漂亮啊-windows Start menu style, you can select multiple styles, pretty ah
Platform: | Size: 109568 | Author: jizhendong | Hits:

[TCP/IP stackconnect+disconnect

Description: linux c 网络编程 实tcp的链接和断开 非常适合于初学者-linux c network programming is tcp disconnect the link and very suitable for beginners
Platform: | Size: 14336 | Author: | Hits:

[Dialog_WindowDataPlotter2007_qfdy

Description: 找到Microsoft DataGrid OLEDB 6.0 控件,确定,出现图所示对话框,这个对话框中你要根据需要选择的类,这些类封装了这个控件的几乎所有功能有方法。-Find Microsoft DataGrid OLEDB 6.0 controls, determined as shown in Figure dialog box appears, the dialog box you need to select according to the class, which class encapsulates the control methods have almost all the features.
Platform: | Size: 37888 | Author: chunyou128 | Hits:

[OtherAWG520

Description: Using LabVIEW 8.5 Language to control Tektronix AWG520. This program can select gain, sample rate, frequency and offset. -Using LabVIEW 8.5 Language to control Tektronix AWG520. This program can select gain, sample rate, frequency and offset.
Platform: | Size: 26624 | Author: 李开华 | Hits:
« 1 2 3 45 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net